fmt.ss.peek (method)
6 uses
fmt (current package)
scan.go#L426: if r == '\r' && s.peek("\n") {
scan.go#L497: func (s *ss) peek(ok string) bool {
scan.go#L616: if !s.peek("0") {
scan.go#L622: case s.peek("bB"):
scan.go#L625: case s.peek("oO"):
scan.go#L628: case s.peek("xX"):
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |